com.dotmarketing.portlets.communications.factories
Class CommunicationsFactory
java.lang.Object
com.dotmarketing.portlets.communications.factories.CommunicationsFactory
public class CommunicationsFactory
- extends java.lang.Object
- Author:
- Oswaldo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommunicationsFactory
public CommunicationsFactory()
getCommunicationsByUser
public static java.util.List getCommunicationsByUser(User u)
getCommunicationsByUser
public static java.util.List<Communication> getCommunicationsByUser(User u,
java.lang.String condition,
java.lang.String orderby)
getCommunications
public static java.util.List<Communication> getCommunications()
getCommunications
public static java.util.List<Communication> getCommunications(java.lang.String condition,
java.lang.String orderby)
getCommunication
public static Communication getCommunication(java.lang.String inode,
java.lang.String userId)
getCommunication
public static Communication getCommunication(java.lang.String inode,
java.lang.String userId,
java.lang.String orderby)
getCommunication
public static Communication getCommunication(java.lang.String inode)
newInstance
public static Communication newInstance()
deleteCommunication
public static void deleteCommunication(Communication c,
java.lang.String userId)
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.