Rena Tsantouli 2011-07-01 14:38:17 +00:00
parent eb5480d6d8
commit 157679cf76
1 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
ArrayList<String> groupsNames = new ArrayList<String>(); ArrayList<String> groupsNames = new ArrayList<String>();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -85,7 +85,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
ArrayList<String> groupsNames = new ArrayList<String>(); ArrayList<String> groupsNames = new ArrayList<String>();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -134,7 +134,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
String userId = null; String userId = null;
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPUserManager"));
try { try {
LiferaySOAPUserManagerPortType userManagerStub = new LiferaySOAPUserManagerServiceAddressingLocator().getLiferaySOAPUserManagerPortTypePort(endpointUser); LiferaySOAPUserManagerPortType userManagerStub = new LiferaySOAPUserManagerServiceAddressingLocator().getLiferaySOAPUserManagerPortTypePort(endpointUser);
@ -164,7 +164,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
List<ASLGroupModel> groupsByUser = new ArrayList<ASLGroupModel>(); List<ASLGroupModel> groupsByUser = new ArrayList<ASLGroupModel>();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -202,7 +202,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
List<ASLGroupModel> groups = new ArrayList<ASLGroupModel>(); List<ASLGroupModel> groups = new ArrayList<ASLGroupModel>();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -240,7 +240,7 @@ public class UsersManagementUtils {
List<GroupModel> groups = new ArrayList<GroupModel>(); List<GroupModel> groups = new ArrayList<GroupModel>();
boolean isVO = false; boolean isVO = false;
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -276,7 +276,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
boolean isVO = false; boolean isVO = false;
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -311,7 +311,7 @@ public class UsersManagementUtils {
public static String getScope(String groupId) { public static String getScope(String groupId) {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -345,7 +345,7 @@ public class UsersManagementUtils {
public static String getGroupParentId(String groupId) { public static String getGroupParentId(String groupId) {
EndpointReferenceType endpointUser = new EndpointReferenceType(); EndpointReferenceType endpointUser = new EndpointReferenceType();
try { try {
endpointUser.setAddress(new AttributedURI("lala")); endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager"));
} catch (MalformedURIException e) { } catch (MalformedURIException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();