Tabnine Logo
org.bedework.calfacade
Code IndexAdd Tabnine to your IDE (free)

How to use org.bedework.calfacade

Best Java code snippets using org.bedework.calfacade (Showing top 20 results out of 315)

origin: org.bedework.caleng/bw-calendar-engine-facade

public BwDuration makeDurationBean() throws CalFacadeException {
 String duration = ref.getDuration();
 if (duration == null) {
  duration = getTarget().getDuration();
 }
 return BwDuration.makeDuration(duration);
}
origin: org.bedework.caleng/bw-calendar-engine-facade

 @SuppressWarnings("MethodDoesntCallSuperMethod")
 @Override
 public Object clone() {
  final BwContact sp = new BwContact();

  super.copyTo(sp);

  sp.setCn((BwString)getCn().clone());
  sp.setPhone(getPhone());
  sp.setEmail(getEmail());
  sp.setLink(getLink());

  return sp;
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setGeo(BwGeo val) {
 int res = doSet(ProxiedFieldIndex.pfiGeo, false,
         getTarget().getGeo(),
         ref.getGeo(), val);
 if (res == setRefNull) {
  ref.setGeo(null);
 }
 if (res == setRefVal) {
  ref.setGeo(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setStatus(String val) {
 int res = doSet(ProxiedFieldIndex.pfiStatus, false,
         getTarget().getStatus(),
         ref.getStatus(), val);
 if (res == setRefNull) {
  ref.setStatus(null);
 }
 if (res == setRefVal) {
  ref.setStatus(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setPollWinner(Integer val) {
 int res = doSet(ProxiedFieldIndex.pfiPollWinner, false,
         getTarget().getPollWinner(),
         ref.getPollWinner(), val);
 if (res == setRefNull) {
  ref.setPollWinner(null);
 }
 if (res == setRefVal) {
  ref.setPollWinner(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setCost(String val) {
 int res = doSet(ProxiedFieldIndex.pfiCost, false,
         getTarget().getCost(),
         ref.getCost(), val);
 if (res == setRefNull) {
  ref.setCost(null);
 }
 if (res == setRefVal) {
  ref.setCost(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setPriority(Integer val) {
 int res = doSet(ProxiedFieldIndex.pfiPriority, false,
         getTarget().getPriority(),
         ref.getPriority(), val);
 if (res == setRefNull) {
  ref.setPriority(null);
 }
 if (res == setRefVal) {
  ref.setPriority(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setPollAcceptResponse(String val) {
 int res = doSet(ProxiedFieldIndex.pfiPollAcceptResponse, false,
         getTarget().getPollAcceptResponse(),
         ref.getPollAcceptResponse(), val);
 if (res == setRefNull) {
  ref.setPollAcceptResponse(null);
 }
 if (res == setRefVal) {
  ref.setPollAcceptResponse(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setName(String val) {
 int res = doSet(ProxiedFieldIndex.pfiName, false,
         getTarget().getName(),
         ref.getName(), val);
 if (res == setRefNull) {
  ref.setName(null);
 }
 if (res == setRefVal) {
  ref.setName(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public String getCreated() {
 String val = ref.getCreated();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiCreated)) {
  return null;
 }
 return getTarget().getCreated();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public BwLocation getLocation() {
 BwLocation val = ref.getLocation();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiLocation)) {
  return null;
 }
 return getTarget().getLocation();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public String getRecurrenceId() {
 String val = ref.getRecurrenceId();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiRecurrenceId)) {
  return null;
 }
 return getTarget().getRecurrenceId();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public BwDateTime getDtstart() {
 BwDateTime val = ref.getDtstart();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiDtstart)) {
  return null;
 }
 return getTarget().getDtstart();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public BwDateTime getDtend() {
 BwDateTime val = ref.getDtend();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiDtend)) {
  return null;
 }
 return getTarget().getDtend();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public String getDuration() {
 String val = ref.getDuration();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiDuration)) {
  return null;
 }
 return getTarget().getDuration();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

/** Size to use for quotas.
 *
 * @return int
 */
@Override
public int length() {
 return super.length() +
     getWord().length() +
     getDescription().length();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public String getLink() {
 String val = ref.getLink();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiLink)) {
  return null;
 }
 return getTarget().getLink();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public String getCost() {
 String val = ref.getCost();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiCost)) {
  return null;
 }
 return getTarget().getCost();
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public void setOriginator(String val) {
 int res = doSet(ProxiedFieldIndex.pfiOriginator, false,
         getTarget().getOriginator(),
         ref.getOriginator(), val);
 if (res == setRefNull) {
  ref.setOriginator(null);
 }
 if (res == setRefVal) {
  ref.setOriginator(val);
 }
}
origin: org.bedework.caleng/bw-calendar-engine-facade

public Integer getPollItemId() {
 Integer val = ref.getPollItemId();
 if (val != null) {
  return val;
 }
 if (ref.getEmptyFlag(ProxiedFieldIndex.pfiPollItemId)) {
  return null;
 }
 return getTarget().getPollItemId();
}
org.bedework.calfacade

Most used classes

  • BwEvent
    An Event in Bedework. The event class is actually used to represent most of the calendaring componen
  • CalFacadeException
    Exception somewhere in the calendar facade
  • BwCalendar
    A collection in Bedework. This is roughly equivalent to a folder with some rules attached.These obje
  • EventInfo
    This class provides information about an event for a specific user and session.
  • BwAlarm$TriggerVal
    Used fpr constructors
  • BwAttachment,
  • BwAttendee,
  • BwCategory,
  • BwCollectionLastmod,
  • BwContact,
  • BwDateTime,
  • BwDuration,
  • BwEventObj,
  • BwFreeBusyComponent,
  • BwGeo,
  • BwLocation,
  • BwOrganizer,
  • BwPrincipal,
  • BwRecurrenceInstance
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now