掲示板

Scope Community Calendar Events by Group and Organizations

15年前 に Christopher Donald Sharp によって更新されました。

Scope Community Calendar Events by Group and Organizations

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
We have modified the Calendar portlet via the Liferay 5.1.1 extension environment so that when an event is create the user can select to scope that event to; the entire community, selected Organizations, selected User Groups, some combination of Organizations and User Groups. (See attached png file.) Users viewing the community calendar only see events for which they are part of the event scope. We use The Organization hierarchy in a unique way hence my "Sites" and "Structures" labels.

I think this feature would be of general use to the Liferay community.
thumbnail
14年前 に Brian Gormanly によって更新されました。

RE: Scope Community Calendar Events by Group and Organizations

New Member 投稿: 18 参加年月日: 08/01/08 最新の投稿
Christopher Donald Sharp:
We have modified the Calendar portlet via the Liferay 5.1.1 extension environment so that when an event is create the user can select to scope that event to; the entire community, selected Organizations, selected User Groups, some combination of Organizations and User Groups. (See attached png file.) Users viewing the community calendar only see events for which they are part of the event scope. We use The Organization hierarchy in a unique way hence my "Sites" and "Structures" labels.

I think this feature would be of general use to the Liferay community.


Christopher, Our organization is looking to make very similar changes to the calendar portlet. Is there any chance you would be willing to share your code changes? I have some additional idea's for changes including adding roles as a scope in addition to what you listed above, as well as modifying the export / import to be more flexible and not import duplicate entries. Seeing your our changes would help a lot. If you you like to email me, my email is gormanly (at) msmc (dot) com .

Thanks again,

Brian
14年前 に Christopher Donald Sharp によって更新されました。

RE: Scope Community Calendar Events by Group and Organizations

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
Brian,

Your request fell through the cracks. I have no problem with sharing our mods to the calendar portlet. I'll try and get that out to you via email this week.
14年前 に Christopher Donald Sharp によって更新されました。

Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
Attached. Use however you like.

添付ファイル:

thumbnail
14年前 に Filippo Boatto によって更新されました。

RE: Our extention of the calendar portlet

Regular Member 投稿: 107 参加年月日: 07/02/01 最新の投稿
Christopher Donald Sharp:
Attached. Use however you like.


thanks for the source :-)
i've tried to install it in the ext of Liferay 5.2.2 but many files are missing...
for example many interfaces.
this is my compiling error log:

    [javac] Compiling 68 source files to E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\classes
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditEventAction.java:28: cannot find symbol
    [javac] symbol  : class NoSuchEventRemainderInformationException
    [javac] location: package com.ext.portlet.calendar
    [javac] import com.ext.portlet.calendar.NoSuchEventRemainderInformationException;
    [javac]                                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditEventAction.java:29: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRemainderInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditEventAction.java:30: cannot find symbol
    [javac] symbol  : class CalendarEventServiceUtil
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.CalendarEventServiceUtil;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditEventAction.java:31: cannot find symbol
    [javac] symbol  : class EventRemainderInformationServiceUtil
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationServiceUtil;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditEventAction.java:32: package com.ext.util does not exist
    [javac] import com.ext.util.ExtWebKeys;
    [javac]                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditReminderAction.java:22: cannot find symbol
    [javac] symbol  : class NoSuchEventRemainderInformationException
    [javac] location: package com.ext.portlet.calendar
    [javac] import com.ext.portlet.calendar.NoSuchEventRemainderInformationException;
    [javac]                                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditReminderAction.java:23: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRemainderInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditReminderAction.java:24: cannot find symbol
    [javac] symbol  : class EventRemainderInformationServiceUtil
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationServiceUtil;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditReminderAction.java:25: package com.ext.util does not exist
    [javac] import com.ext.util.ExtWebKeys;
    [javac]                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\action\EditReminderAction.java:89: cannot find symbol
    [javac] symbol  : class NoSuchEventRemainderInformationException
    [javac] location: class com.ext.portlet.calendar.action.EditReminderAction
    [javac]     private void updateEventReminder(ActionRequest req) throws PrincipalException, NoSuchEventRemainderInformationException, SystemException {
    [javac]                                                                                    ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\job\CheckEventJob.java:12: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalServiceUtil
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationLocalServiceUtil;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationImpl.java:9: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventGroupInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:9: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventGroupInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:10: cannot find symbol
    [javac] symbol  : class EventGroupInformationSoap
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventGroupInformationSoap;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationImpl.java:17: cannot find symbol
    [javac] symbol: class EventGroupInformation
    [javac] public class EventGroupInformationImpl extends EventGroupInformationModelImpl implements EventGroupInformation {
    [javac]                                                                                          ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:89: cannot find symbol
    [javac] symbol  : class EventGroupInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventGroupInformationModelImpl
    [javac]     public static EventGroupInformation toModel(EventGroupInformationSoap soapModel) {
    [javac]                                                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:89: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventGroupInformationModelImpl
    [javac]     public static EventGroupInformation toModel(EventGroupInformationSoap soapModel) {
    [javac]                   ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:103: cannot find symbol
    [javac] symbol  : class EventGroupInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventGroupInformationModelImpl
    [javac]     public static List<eventgroupinformation> toModels(EventGroupInformationSoap[] soapModels) {
    [javac]                                                        ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:103: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventGroupInformationModelImpl
    [javac]     public static List<eventgroupinformation> toModels(EventGroupInformationSoap[] soapModels) {
    [javac]                        ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventGroupInformationModelImpl.java:177: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventGroupInformationModelImpl
    [javac]     public EventGroupInformation toEscapedModel() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationImpl.java:9: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRemainderInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:9: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRemainderInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:10: cannot find symbol
    [javac] symbol  : class EventRemainderInformationSoap
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRemainderInformationSoap;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:11: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPK
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRemainderInformationPK;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationImpl.java:16: cannot find symbol
    [javac] symbol: class EventRemainderInformation
    [javac] public class EventRemainderInformationImpl extends EventRemainderInformationModelImpl implements EventRemainderInformation {
    [javac]                                                                                                  ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:139: cannot find symbol
    [javac] symbol  : class EventRemainderInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public static EventRemainderInformation toModel(EventRemainderInformationSoap soapModel) {
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:139: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public static EventRemainderInformation toModel(EventRemainderInformationSoap soapModel) {
    [javac]                   ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:167: cannot find symbol
    [javac] symbol  : class EventRemainderInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public static List<eventremainderinformation> toModels(EventRemainderInformationSoap[] soapModels) {
    [javac]                                                            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:167: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public static List<eventremainderinformation> toModels(EventRemainderInformationSoap[] soapModels) {
    [javac]                        ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:181: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPK
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public EventRemainderInformationPK getPrimaryKey() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:189: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPK
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public void setPrimaryKey(EventRemainderInformationPK pk) {
    [javac]                               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRemainderInformationModelImpl.java:518: cannot find symbol
    [javac] symbol  : class EventRemainderInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRemainderInformationModelImpl
    [javac]     public EventRemainderInformation toEscapedModel() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationImpl.java:9: cannot find symbol
    [javac] symbol  : class EventRoleInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRoleInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:9: cannot find symbol
    [javac] symbol  : class EventRoleInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRoleInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:10: cannot find symbol
    [javac] symbol  : class EventRoleInformationSoap
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventRoleInformationSoap;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:11: cannot find symbol
    [javac] symbol  : class EventRoleInformationPK
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRoleInformationPK;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationImpl.java:16: cannot find symbol
    [javac] symbol: class EventRoleInformation
    [javac] public class EventRoleInformationImpl extends EventRoleInformationModelImpl implements EventRoleInformation {
    [javac]                                                                                        ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:89: cannot find symbol
    [javac] symbol  : class EventRoleInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public static EventRoleInformation toModel(EventRoleInformationSoap soapModel) {
    [javac]                                                ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:89: cannot find symbol
    [javac] symbol  : class EventRoleInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public static EventRoleInformation toModel(EventRoleInformationSoap soapModel) {
    [javac]                   ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:103: cannot find symbol
    [javac] symbol  : class EventRoleInformationSoap
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public static List<eventroleinformation> toModels(EventRoleInformationSoap[] soapModels) {
    [javac]                                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:103: cannot find symbol
    [javac] symbol  : class EventRoleInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public static List<eventroleinformation> toModels(EventRoleInformationSoap[] soapModels) {
    [javac]                        ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:117: cannot find symbol
    [javac] symbol  : class EventRoleInformationPK
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public EventRoleInformationPK getPrimaryKey() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:125: cannot find symbol
    [javac] symbol  : class EventRoleInformationPK
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public void setPrimaryKey(EventRoleInformationPK pk) {
    [javac]                               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\model\impl\EventRoleInformationModelImpl.java:177: cannot find symbol
    [javac] symbol  : class EventRoleInformation
    [javac] location: class com.ext.portlet.calendar.model.impl.EventRoleInformationModelImpl
    [javac]     public EventRoleInformation toEscapedModel() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:9: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: package com.ext.portlet.calendar.model
    [javac] import com.ext.portlet.calendar.model.EventGroupInformation;
    [javac]                                       ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:10: cannot find symbol
    [javac] symbol  : class EventGroupInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventGroupInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:11: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:12: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationLocalServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:13: cannot find symbol
    [javac] symbol  : class EventRemainderInformationService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:14: cannot find symbol
    [javac] symbol  : class EventRemainderInformationServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:15: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:16: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationLocalServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:17: cannot find symbol
    [javac] symbol  : class EventRoleInformationService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:18: cannot find symbol
    [javac] symbol  : class EventRoleInformationServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:20: cannot find symbol
    [javac] symbol  : class EventGroupInformationPersistence
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventGroupInformationPersistence;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:21: cannot find symbol
    [javac] symbol  : class EventGroupInformationUtil
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventGroupInformationUtil;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:22: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPersistence
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRemainderInformationPersistence;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:23: cannot find symbol
    [javac] symbol  : class EventRemainderInformationUtil
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRemainderInformationUtil;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:24: cannot find symbol
    [javac] symbol  : class EventRoleInformationPersistence
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRoleInformationPersistence;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:25: cannot find symbol
    [javac] symbol  : class EventRoleInformationUtil
    [javac] location: package com.ext.portlet.calendar.service.persistence
    [javac] import com.ext.portlet.calendar.service.persistence.EventRoleInformationUtil;
    [javac]                                                     ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:44: cannot find symbol
    [javac] symbol: class EventGroupInformationLocalService
    [javac]     implements EventGroupInformationLocalService, InitializingBean {
    [javac]                ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:45: cannot find symbol
    [javac] symbol  : class EventGroupInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventGroupInformationPersistence eventGroupInformationPersistence;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:46: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRoleInformationLocalService eventRoleInformationLocalService;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:47: cannot find symbol
    [javac] symbol  : class EventRoleInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRoleInformationService eventRoleInformationService;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:48: cannot find symbol
    [javac] symbol  : class EventRoleInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRoleInformationPersistence eventRoleInformationPersistence;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:49: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRemainderInformationLocalService eventRemainderInformationLocalService;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:50: cannot find symbol
    [javac] symbol  : class EventRemainderInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRemainderInformationService eventRemainderInformationService;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:51: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     protected EventRemainderInformationPersistence eventRemainderInformationPersistence;
    [javac]               ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:57: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventGroupInformation eventGroupInformation) throws SystemException {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:56: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventGroupInformation addEventGroupInformation(
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:71: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventGroupInformation eventGroupInformation)
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:70: deleteEventGroupInformation(com.ext.portlet.calendar.service.persistence.EventGroupInformationPK) is already defined in com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public void deleteEventGroupInformation(
    [javac]                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:76: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public List<eventgroupinformation> dynamicQuery(
    [javac]                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:81: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public List<eventgroupinformation> dynamicQuery(
    [javac]                 ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:89: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventGroupInformation eventGroupInformation) throws SystemException {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:88: cannot find symbol
    [javac] symbol  : class EventGroupInformation
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventGroupInformation updateEventGroupInformation(
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:96: cannot find symbol
    [javac] symbol  : class EventGroupInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventGroupInformationPersistence getEventGroupInformationPersistence() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:101: cannot find symbol
    [javac] symbol  : class EventGroupInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventGroupInformationPersistence eventGroupInformationPersistence) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:105: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRoleInformationLocalService getEventRoleInformationLocalService() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:110: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRoleInformationLocalService eventRoleInformationLocalService) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:114: cannot find symbol
    [javac] symbol  : class EventRoleInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRoleInformationService getEventRoleInformationService() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:119: cannot find symbol
    [javac] symbol  : class EventRoleInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRoleInformationService eventRoleInformationService) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:123: cannot find symbol
    [javac] symbol  : class EventRoleInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRoleInformationPersistence getEventRoleInformationPersistence() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:128: cannot find symbol
    [javac] symbol  : class EventRoleInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRoleInformationPersistence eventRoleInformationPersistence) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:132: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRemainderInformationLocalService getEventRemainderInformationLocalService() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:137: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRemainderInformationLocalService eventRemainderInformationLocalService) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:141: cannot find symbol
    [javac] symbol  : class EventRemainderInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRemainderInformationService getEventRemainderInformationService() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:146: cannot find symbol
    [javac] symbol  : class EventRemainderInformationService
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRemainderInformationService eventRemainderInformationService) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:150: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]     public EventRemainderInformationPersistence getEventRemainderInformationPersistence() {
    [javac]            ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationLocalServiceBaseImpl.java:155: cannot find symbol
    [javac] symbol  : class EventRemainderInformationPersistence
    [javac] location: class com.ext.portlet.calendar.service.base.EventGroupInformationLocalServiceBaseImpl
    [javac]         EventRemainderInformationPersistence eventRemainderInformationPersistence) {
    [javac]         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:11: cannot find symbol
    [javac] symbol  : class EventGroupInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventGroupInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:12: cannot find symbol
    [javac] symbol  : class EventGroupInformationLocalServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventGroupInformationLocalServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:13: cannot find symbol
    [javac] symbol  : class EventGroupInformationService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventGroupInformationService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:14: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:15: cannot find symbol
    [javac] symbol  : class EventRemainderInformationLocalServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationLocalServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:16: cannot find symbol
    [javac] symbol  : class EventRemainderInformationService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:17: cannot find symbol
    [javac] symbol  : class EventRemainderInformationServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRemainderInformationServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:18: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationLocalService;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:19: cannot find symbol
    [javac] symbol  : class EventRoleInformationLocalServiceFactory
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationLocalServiceFactory;
    [javac]                                         ^
    [javac] E:\eclipse\workspace_liferay\portale_tecno\liferay\ext\ext-impl\src\com\ext\portlet\calendar\service\base\EventGroupInformationServiceBaseImpl.java:20: cannot find symbol
    [javac] symbol  : class EventRoleInformationService
    [javac] location: package com.ext.portlet.calendar.service
    [javac] import com.ext.portlet.calendar.service.EventRoleInformationService;
    [javac]                                         ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
</eventgroupinformation></eventgroupinformation></eventroleinformation></eventroleinformation></eventremainderinformation></eventremainderinformation></eventgroupinformation></eventgroupinformation>
14年前 に Christopher Donald Sharp によって更新されました。

RE: Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
Yeah, I have not tried to migrate this to 5.2 yet. I expect there will be work required to make that happen. I don't think we will be working on migration to 5.2 until late in the year.
thumbnail
14年前 に Filippo Boatto によって更新されました。

RE: Our extention of the calendar portlet

Regular Member 投稿: 107 参加年月日: 07/02/01 最新の投稿
Christopher Donald Sharp:
Yeah, I have not tried to migrate this to 5.2 yet. I expect there will be work required to make that happen. I don't think we will be working on migration to 5.2 until late in the year.


i don't think that the problem is the different version for my errors because the missing interfaces and the missing classes are in com.ext......calendar and not in the com.liferay......
14年前 に Christopher Donald Sharp によって更新されました。

RE: Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
Includes files generated by Liferay Service Builder

添付ファイル:

14年前 に Ramakrishna Tirunagiri によって更新されました。

RE: Our extention of the calendar portlet

New Member 投稿: 2 参加年月日: 09/06/16 最新の投稿
Hi,

Thanks for sharing your module. I am working on the same kind of requirement. I could able to use service.xml and service builder utility and could able to generate most of the class files. How ever I could not able to find QueryUtils classes like GroupsQueryUtil.java, RolesQueryUtil.java, RolesQueryUtil.java classes from com.ext.util packages.

Appreciate your help. Thanks is advance

regards,
Ram
14年前 に Christopher Donald Sharp によって更新されました。

RE: Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
What version of Liferay are you using? This works only with the 5.1.1 ext environment. We have not migrated to 5.2.
14年前 に Ramakrishna Tirunagiri によって更新されました。

RE: Our extention of the calendar portlet

New Member 投稿: 2 参加年月日: 09/06/16 最新の投稿
Hi,
I have generated all the implemtation classes from service.xml. But these files (GroupsQueryUtil.java, RolesQueryUtil.java, RolesQueryUtil.java) belong to com.ext.util package. I believe these are the custom utility files from you module. Please Correct me if I am wrong.

Thanks & best regards,
Ram
14年前 に Christopher Donald Sharp によって更新されました。

RE: Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
Ahhh....whups. yes I forgot about the utility classes. I'll post them

添付ファイル:

thumbnail
14年前 に Zankar Shah によって更新されました。

RE: Our extention of the calendar portlet

Regular Member 投稿: 106 参加年月日: 07/10/03 最新の投稿
Hi

I have used all your files. But still getting error. However I did this with Liferay 5.2.2.

I get errors like groupService not found in EventGroupInformationLocalServiceImpl

I dont think there is version problem here. I think your service.xml doesnt have this reference. Can you please send me your service.xml.

Also in Liferay version 5.2.x, there is something called Scope for calendars. Do you think customizing that can be easy one.

Thanks
Zankar
14年前 に Christopher Donald Sharp によって更新されました。

RE: Our extention of the calendar portlet

Junior Member 投稿: 27 参加年月日: 08/04/16 最新の投稿
<?xml version="1.0"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 5.0.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_5_0_0.dtd">

<service-builder package-path="com.ext.portlet.calendar">
<namespace>Calendar</namespace>

<entity name="EventGroupInformation" local-service="true" remote-service="true" persistence-class="com.ext.portlet.calendar.service.persistence.EventGroupInformationPersistenceImpl">
<column name="eventId" type="long" primary="true"/>
<column name="groupId" type="long" primary="true"/>

<finder name="EventId" return-type="Collection">
<finder-column name="eventId" />
</finder>
<finder name="GroupId" return-type="Collection">
<finder-column name="groupId" />
</finder>
<finder name="EventIdAndGroupId" return-type="Collection">
<finder-column name="eventId" />
<finder-column name="groupId" />
</finder>
<reference package-path="com.liferay.counter" entity="Counter" />
</entity>

<entity name="EventRoleInformation" local-service="true" remote-service="true" persistence-class="com.ext.portlet.calendar.service.persistence.EventRoleInformationPersistenceImpl">

<column name="eventId" type="long" primary="true"/>
<column name="roleId" type="long" primary="true"/>



<finder name="EventId" return-type="Collection">
<finder-column name="eventId" />
</finder>
<finder name="RoleId" return-type="Collection">
<finder-column name="roleId" />
</finder>
<finder name="EventIdAndRoleId" return-type="Collection">
<finder-column name="eventId" />
<finder-column name="roleId" />
</finder>
<reference package-path="com.liferay.counter" entity="Counter" />
</entity>


<entity name="EventRemainderInformation" local-service="true" remote-service="true" persistence-class="com.ext.portlet.calendar.service.persistence.EventRemainderInformationPersistenceImpl">
<column name="eventId" type="long" primary="true"/>
<column name="userId" type="long" primary="true"/>
<column name="companyId" type="long" />


<column name="modifiedDate" type="Date"/>
<column name="startDate" type="Date" />
<column name="endDate" type="Date" />
<column name="durationHour" type="int" />
<column name="durationMinute" type="int" />
<column name="allDay" type="boolean" />
<column name="timeZoneSensitive" type="boolean" />
<column name="type" type="String" />
<column name="repeating" type="boolean" />
<column name="recurrence" type="String" />
<column name="remindBy" type="String" />
<column name="firstReminder" type="int" />
<column name="secondReminder" type="int" />



<!-- Finder methods -->
<finder name="EventIdAndCompanyId" return-type="Collection">
<finder-column name="eventId" />
<finder-column name="companyId" />
</finder>
<finder name="UserIdAndCompanyId" return-type="Collection">
<finder-column name="userId" />
<finder-column name="companyId" />
</finder>
<finder name="EventIdAndUserId" return-type="EventRemainderInformation">
<finder-column name="eventId" />
<finder-column name="userId" />
</finder>
<reference package-path="com.liferay.counter" entity="Counter" />
<reference package-path="com.liferay.mail" entity="Mail" />
<reference package-path="com.liferay.portal" entity="Company" />
<reference package-path="com.liferay.portal" entity="PortletPreferences" />
<reference package-path="com.liferay.portal" entity="Resource" />
<reference package-path="com.liferay.portal" entity="User" />

</entity>


<exceptions>
<exception>EventRemainderInformation</exception>
<exception>EventRoleInformation</exception>
<exception>EventGroupInformation</exception>
</exceptions>
</service-builder>
thumbnail
14年前 に Filippo Boatto によって更新されました。

RE: Our extention of the calendar portlet

Regular Member 投稿: 107 参加年月日: 07/02/01 最新の投稿
any news for 5.2 version?
thumbnail
14年前 に Lisa Simpson によって更新されました。

RE: Scope Community Calendar Events by Group and Organizations

Liferay Legend 投稿: 2034 参加年月日: 09/03/05 最新の投稿