Foros de discusión

Работа с Document Library.

Yegor Bondar, modificado hace 12 años.

Работа с Document Library.

New Member Mensajes: 21 Fecha de incorporación: 23/08/11 Mensajes recientes
Доброго времени суток!
Требуется использовать API Document Library Liferay в своем портлете.
Например для немного другой отрисовки интерфейса, или работы с названиями папок, работы с файлами..
В какую сторону кода Liferay смотреть и что использовать для этих нужд?
Искал изначально на Community , но ничего связанного с программным управлением документами не нашел..
Подскажиет, пожуалуйста!

Заранее спасибо!
thumbnail
Victor Zorin, modificado hace 12 años.

RE: Работа с Document Library.

Liferay Legend Mensajes: 1228 Fecha de incorporación: 14/04/08 Mensajes recientes
Liferay 6.0:
import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalServiceUtil;
import com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil;

Liferay 6.1:
import com.liferay.portlet.documentlibrary.service.DLRepositoryLocalServiceUtil;